home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / dsply20.zip / TEST.BAT < prev   
DOS Batch File  |  1993-04-28  |  453b  |  10 lines

  1. @ECHO OFF
  2. DISPLAY /F:NEWS /Q:NEWS_Q /B:MH1 /A:YES
  3. if errorlevel 35 if not errorlevel 36 echo ERRORLEVEL 35
  4. if errorlevel 30 if not errorlevel 31 echo ERRORLEVEL 30
  5. if errorlevel 20 if not errorlevel 21 echo ERRORLEVEL 20
  6. if errorlevel 15 if not errorlevel 16 echo ERRORLEVEL 15
  7. if errorlevel 10 if not errorlevel 11 echo ERRORLEVEL 10
  8. if errorlevel 5 if not errorlevel 6 echo ERRORLEVEL 5
  9. if errorlevel 0 if not errorlevel 1 echo ERRORLEVEL 0
  10.